github.com/gotd/td/internal/mtproto.Conn.conn (field)
6 uses
github.com/gotd/td/internal/mtproto (current package)
conn.go#L55: conn transport.Conn
conn.go#L177: if err := c.conn.Close(); err != nil {
connect.go#L23: c.conn = conn
connect.go#L76: r, err := exchange.NewExchanger(c.conn, c.dcID).
read.go#L170: if err := c.conn.Recv(ctx, buf); err != nil {
write.go#L33: if err := c.conn.Send(ctx, b); err != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |